Index

A C D E G H I L M N P R S T U V 
All Classes All Packages

S

set(Object) - Method in class edu.uky.ai.csp.kr.Domain
Removes all values except for a given value from the domain.
size() - Method in class edu.uky.ai.csp.kr.Domain
Returns the number of possible values this variable might be assigned.
size() - Method in class edu.uky.ai.csp.kr.Solution
The size of a solution is the sum of the sizes of all domains which have more than 1 value.
Solution - Class in edu.uky.ai.csp.kr
A solution to a constraint satisfaction problem is an assignment of values to the problem's variables.
Solution(Problem) - Constructor for class edu.uky.ai.csp.kr.Solution
Constructs a new solution object for a given problem.
solve(Solution) - Static method in class edu.uky.ai.csp.Solver
Solves a constraint satisfaction problem via backtracking search.
Solver - Class in edu.uky.ai.csp
Provides the constraint propagation and search algorithms used to solve constraint satisfaction problems.
Solver() - Constructor for class edu.uky.ai.csp.Solver
 
Sudoku - Class in edu.uky.ai.csp
Models a Sudoku puzzle as a constraint satisfaction problem.
Sudoku(String) - Constructor for class edu.uky.ai.csp.Sudoku
Constructs a specific puzzle from a string representation.
A C D E G H I L M N P R S T U V 
All Classes All Packages